xen: convert do_domctl to use XSM
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>
Fri, 11 Jan 2013 10:09:45 +0000 (10:09 +0000)
committerDaniel De Graaf <dgdegra@tycho.nsa.gov>
Fri, 11 Jan 2013 10:09:45 +0000 (10:09 +0000)
commit996cf47b8081fc6b2efd4fa9a69f6b77028719e6
treef0ba2341667a9c2d29971d02b1c03328eab7b096
parentd018d6b4fb36f04086783d6883b25641ae166034
xen: convert do_domctl to use XSM

The xsm_domctl hook now covers every domctl, in addition to the more
fine-grained XSM hooks in most sub-functions. This also removes the
need to special-case XEN_DOMCTL_getdomaininfo.

Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Committed-by: Keir Fraser <keir@xen.org>
xen/common/domctl.c
xen/include/xsm/dummy.h
xen/xsm/flask/hooks.c